home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / res / description / SEbase.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  372b  |  21 lines

  1. #ifndef _SEBASE_H_
  2. #define _SEBASE_H_
  3.  
  4. enum
  5. {
  6.     ID_SEQPROPERTIES            = 807,
  7.     ID_BASESEQ_NAME                = 900,
  8.     ID_BASESEQ_T1         = 901,
  9.     ID_BASESEQ_T2         = 902,
  10.     ID_BASESEQ_T3         = 903,
  11.     ID_BASESEQ_SOFT       = 904,
  12.     ID_BASESEQ_LEFTI      = 905,
  13.     ID_BASESEQ_RIGHTI     = 906,
  14.     ID_BASESEQ_TIME       = 907,
  15.     ID_BASESEQ_LOOPS      = 908
  16.  
  17. };
  18.  
  19. #endif
  20.  
  21.